home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI193.ASC < prev    next >
Text File  |  1992-09-02  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 193
  10.   VERSION : 3.00x
  11.        OS : CP/M-80
  12.      DATE : April 10, 1986                               PAGE : 1/2
  13.     TITLE : DIFFERENCES BETWEEN VERSIONS 2.0 AND 3.0
  14.  
  15.  
  16.  
  17.  
  18.   1. CHAIN
  19.  
  20.        Chain and Execute no longer set the flag in the command line
  21.        parameter.
  22.  
  23.   2. INLINE
  24.  
  25.        A constant identifier used in an INLINE statement does not
  26.        always generate two bytes of code.
  27.  
  28.   3. FILES
  29.  
  30.        New FIB formats.
  31.  
  32.        BlockRead / BlockWrite: An optional 4th parameter on both
  33.        the  BlockRead and BlockWrite procedures returns the number
  34.        of  blocks actually read or written.
  35.  
  36.        SeekEoln function.
  37.  
  38.        SeekEof function.
  39.  
  40.   4. OVERLAYS
  41.  
  42.        The Y compiler directive is no longer supported. Instead,
  43.        the  OvrDrive standard procedure may be used to specify the
  44.        drive  on which overlay files reside.
  45.  
  46.   5. MISCELLANEOUS
  47.  
  48.        The Exit Procedure - terminates execution of the current
  49.        block  (procedure, function, or program).
  50.  
  51.        The ParamCount function returns the number of parameters
  52.        entered on the command line.
  53.  
  54.        The ParamStr function - returns the Nth parameter from the
  55.        command line.
  56.  
  57.   NOTE:     A sample program, CMDLIN.PAS, on the Turbo Pascal3.0
  58.             distribution disk demonstrates these new functions.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 193
  76.   VERSION : 3.00x
  77.        OS : CP/M-80
  78.      DATE : April 10, 1986                               PAGE : 2/2
  79.     TITLE : DIFFERENCES BETWEEN VERSIONS 2.0 AND 3.0
  80.  
  81.  
  82.  
  83.  
  84.   DISCLAIMER: You have the right to use this technical information
  85.   subject to the terms of the No-Nonsense License Statement that
  86.   you received with the Borland product to which this information
  87.   pertains.
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.